home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / misc / todow105.zip / UTILS.ZIP / BURNIT.TXT < prev    next >
Text File  |  1993-10-24  |  2KB  |  52 lines

  1.                                  BurnIt
  2.                                  ======
  3.  
  4. A very simple program designed to run as a icon on your desktop. You can 
  5. drag files from File Manager to the BurnIt icon, and they'll be deleted.
  6.  
  7. There are many such utilities available, and the more complicated ones 
  8. have an "undelete" option built in to recover deleted files. BurnIt isn't 
  9. burdened by such features. It's designed to be a fast and simple way to 
  10. delete files, nothing more.
  11.  
  12. Much of BurnIt's code was based on a utility of the same name first 
  13. published by Jeffry Richter in the May-June 1992 issue of Microsoft 
  14. Systems Journal. I have made the following modifications:
  15.  
  16. - I removed the code to keep the icon on top of all other applications. 
  17. Personally, I always find these "keep on top" utilities get in the way 
  18. most of the time.
  19.  
  20. - I tweaked the icon painting code a little bit. In some cases, the 
  21. background would not be repainted properly.
  22.  
  23. - I tweaked the actual icons slightly. No big deal.
  24.  
  25. - I fixed the deletion code to delete Read-Only, Hidden and System files. 
  26. It'll do this *without* confirmation, so be careful.
  27.  
  28. - I added the ability for you to specify the WAV sound to play when files 
  29. are deleted. To do this, add the following entry in the [sounds] section 
  30. of your WIN.INI:
  31.  
  32. BurnItSound=<wav file name>,BurnItSound
  33.  
  34. You can then change the BurnIt sound using the "Sounds" applet in Control 
  35. Panel.
  36.  
  37. BurnIt, and other utilities of its ilk, work best when combined with my 
  38. FM_UTILS freeware File Manager extension DLL. This DLL allows you (among 
  39. other things), to start up certain programs *with* File Manager, and shut 
  40. them down when File Manager is shut down. If you don't have FM_UTILS, 
  41. drop me a line at the E-mail address below, or look for it on your 
  42. favorite BBS system.
  43.  
  44. Brad P. Smith
  45. BPS Microconsulting Services
  46. R.R. #2 - 777 Crozier Rd.
  47. Oxford Mills, Ontario, Canada
  48. K0G 1S0
  49.  
  50. E-mail: B.P.Smith@BIX.com
  51.  
  52.